Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Add support for child components#18

Open
glan wants to merge 1 commit into
quri:masterfrom
glan:master
Open

Add support for child components#18
glan wants to merge 1 commit into
quri:masterfrom
glan:master

Conversation

@glan

@glan glan commented Mar 5, 2015

Copy link
Copy Markdown

Allows child components to be added to the end of the component.

<DateTimePicker>
  <DurationSelect/>
</DateTimePicker>

@chollier

chollier commented Mar 5, 2015

Copy link
Copy Markdown
Member

Hi @glan,

I'm not super inclined to have children passed to the picker. Why wouldn't you put the DurationSelect just after ?

<DateTimePicker /><DurationSelect />

@glan

glan commented Mar 5, 2015

Copy link
Copy Markdown
Author

@chollier It's because I'm wanting to share the same input-group. Since calendar button is of type input-group-addon it permits adding additional add ons such as input-group-btn.

@glan

glan commented Mar 5, 2015

Copy link
Copy Markdown
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants